func crypto/x509.appendToFreshChain
3 uses
crypto/x509 (current package)
verify.go#L816: func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Certificate {
verify.go#L866: chains = append(chains, appendToFreshChain(currentChain, candidate))
verify.go#L873: childChains, err = candidate.buildChains(cache, appendToFreshChain(currentChain, candidate), sigChecks, opts)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)